Click or drag to resize

RulePredicateDateRange Class

Specifies the date range within which incoming messages have to have been received in order for the condition or exception to apply.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeRulePredicateDateRange

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class RulePredicateDateRange

The RulePredicateDateRange type exposes the following members.

Constructors
  NameDescription
Public methodRulePredicateDateRange
Initializes a new instance of the RulePredicateDateRange class.
Top
Properties
  NameDescription
Public propertyEndDate
Specifies the rule time period and indicates that the rule condition is met before this value.
Public propertyStartDate
Specifies the rule time period and indicates that the rule condition is met after this value.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also